home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / lang / bwbasic111.readme < prev    next >
Encoding:
Text File  |  1994-10-08  |  3.0 KB  |  66 lines

  1. Short:    Amiga `port' of Bywater BASIC interpreter 1.11
  2. Author:   Ted A. Campbell
  3. Uploader: Wouter van Oortmerssen
  4. Type:     dev/lang
  5.  
  6. [needs ixemul.library]
  7.  
  8. I came across this very small basic on my 'Language/OS' CD-ROM,
  9. and accidentally typed `make' :-). Since more people might want to
  10. give it a try, I thought I'd dump it on aminet. Note very well
  11. though, I do not intend to support this software in _any_ way.
  12.  
  13. With that out of the way:
  14.  
  15. This is quite a small basic, and it seems to conform to some
  16. ANSI standard for basic (read about that in the original `read.me').
  17. It organises sources with the infamous line-number method.
  18.  
  19. If you start the the interpreter, you can pas a name of a sourcefile
  20. on the command-line which it will immediately run. On the command
  21. line one can enter BASIC-expressions directly, or precede them with
  22. line-numbers to form a program.
  23.  
  24. as an extra it also acts a bit like a shell, as it seems to execute
  25. all commands it doesn't understand via amigados. also it has some
  26. builtin dos-stuff.
  27.  
  28. about the `port': this was done no modifications of significance
  29. to the original source. some parts where compiled without the -O
  30. option though, since otherwise my GCC would guru.
  31.  
  32. Have fun,
  33.  
  34. Wouter.
  35.  
  36.  
  37. ============================= Archive contents =============================
  38.  
  39. Original  Packed Ratio    Date     Time    Name
  40. -------- ------- ----- --------- --------  -------------
  41.       36      36  0.0% 02-Sep-92 12:40:52  bwb111/hello.bas
  42.     4576    1836 59.8% 02-Sep-92 12:34:38  bwb111/read.me
  43.     1216     703 42.1% 02-Sep-92 13:10:34  bwb111/read.me.amiga
  44.    34947    6577 81.1% 02-Sep-92 12:34:38  bwb111/source/bwb_cmd.c
  45.    26378    5557 78.9% 02-Sep-92 12:34:38  bwb111/source/bwb_cnd.c
  46.    45319    7400 83.6% 02-Sep-92 12:34:38  bwb111/source/bwb_dio.c
  47.    36339    6450 82.2% 02-Sep-92 12:34:38  bwb111/source/bwb_elx.c
  48.    39232    7110 81.8% 02-Sep-92 12:34:38  bwb111/source/bwb_exp.c
  49.    50006    7535 84.9% 02-Sep-92 12:34:38  bwb111/source/bwb_fnc.c
  50.    34768    7139 79.4% 02-Sep-92 12:34:38  bwb111/source/bwb_inp.c
  51.    17452    3629 79.2% 02-Sep-92 12:34:38  bwb111/source/bwb_int.c
  52.    14325    4797 66.5% 02-Sep-92 12:34:38  bwb111/source/bwb_mes.h
  53.    27562    2750 90.0% 02-Sep-92 12:34:38  bwb111/source/bwb_mth.c
  54.    56373    6373 88.6% 02-Sep-92 12:34:38  bwb111/source/bwb_ops.c
  55.    40405    7811 80.6% 02-Sep-92 12:34:38  bwb111/source/bwb_prn.c
  56.     7035    1682 76.0% 02-Sep-92 12:34:38  bwb111/source/bwb_str.c
  57.     5985    1851 69.0% 02-Sep-92 12:34:38  bwb111/source/bwb_tbl.c
  58.   142264   55602 60.9% 02-Sep-92 12:35:30  bwb111/bwbasic
  59.      166     134 19.2% 02-Sep-92 12:34:38  bwb111/source/bwb_tcc.c
  60.    54847    9788 82.1% 02-Sep-92 12:34:38  bwb111/source/bwb_var.c
  61.    24982    6354 74.5% 02-Sep-92 12:34:38  bwb111/source/bwbasic.c
  62.    30035    7036 76.5% 02-Sep-92 12:34:38  bwb111/source/bwbasic.h
  63.      486     272 44.0% 02-Sep-92 12:34:38  bwb111/source/makefile.gcc
  64. -------- ------- ----- --------- --------
  65.   694734  158422 77.1% 28-Sep-94 17:24:46   23 files
  66.